Skip to content

Conversation

@nordic-segl
Copy link
Contributor

@nordic-segl nordic-segl commented Dec 18, 2024

Include
tests: drivers: hwinfo: Add test for reset cause on nrf54*
nrfconnect/sdk-zephyr#2401
zephyrproject-rtos/zephyr#83126

@nordic-segl nordic-segl requested a review from a team as a code owner December 18, 2024 07:34
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Dec 18, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Dec 18, 2024

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@9471a13 nrfconnect/sdk-zephyr@0ea1f14 (main) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Dec 18, 2024

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 9

Inputs:

Sources:

sdk-nrf: PR head: 0cce4bc3063773d267ba63c4fe86f6fec471b498
zephyr: PR head: 0ea1f14056a54e88b689e0c9623700d53f469563

more details

sdk-nrf:

PR head: 0cce4bc3063773d267ba63c4fe86f6fec471b498
merge base: a2f01a97bd213df3189af8044bdd9159552f6754
target head (main): a2f01a97bd213df3189af8044bdd9159552f6754
Diff

zephyr:

PR head: 0ea1f14056a54e88b689e0c9623700d53f469563
merge base: 9471a136b58bfa6853b4854308ca4429ba670934
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (9)
west.yml
zephyr
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── hwinfo
│  │  │  │  │  ├── reset_cause
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-low-level
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

@nordic-segl nordic-segl force-pushed the NRFX-6895_Test-hwinfo-reset-cause branch from 18600f3 to 7504ffc Compare December 18, 2024 12:48
@nordic-segl nordic-segl force-pushed the NRFX-6895_Test-hwinfo-reset-cause branch 3 times, most recently from f29daf0 to 4390b58 Compare January 9, 2025 09:52
@nordic-segl nordic-segl force-pushed the NRFX-6895_Test-hwinfo-reset-cause branch 3 times, most recently from e72e207 to 2d20d9c Compare January 20, 2025 06:27
Include
tests: drivers: hwinfo: Add test for reset cause on nrf54h20
nrfconnect/sdk-zephyr#2401
zephyrproject-rtos/zephyr#83126

Signed-off-by: Sebastian Głąb <[email protected]>
@nordic-segl nordic-segl force-pushed the NRFX-6895_Test-hwinfo-reset-cause branch from 2d20d9c to 0cce4bc Compare January 20, 2025 10:15
@NordicBuilder NordicBuilder removed the DNM label Jan 20, 2025
@rlubos rlubos merged commit 83b373b into nrfconnect:main Jan 20, 2025
13 of 14 checks passed
@nordic-segl nordic-segl deleted the NRFX-6895_Test-hwinfo-reset-cause branch January 20, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants